Xbasic

ERROR_REPORTING Function

Syntax

V ERROR_REPORTING(L Reporting_on)

Arguments

Reporting_on

Logical. .T. = Report errors as they occur in Xbasic scripts, .F. = Do not report errors as they occur in Xbasic scripts.

Description

If there is no error handler, should Xbasic errors be reported? default is TRUE.

Discussion

ERROR_REPORTING() enables error reporting in Xbasic scripts as they occur.

See Also